projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267aced
)
powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
author
Yangtao Li
<
[email protected]
>
Mon, 5 Nov 2018 15:01:19 +0000
(10:01 -0500)
committer
Michael Ellerman
<
[email protected]
>
Sun, 25 Nov 2018 06:11:22 +0000
(17:11 +1100)
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
Signed-off-by: Yangtao Li <
[email protected]
>
Reviewed-by: David Gibson <
[email protected]
>
Signed-off-by: Michael Ellerman <
[email protected]
>
arch/powerpc/kernel/fadump.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/fadump.c
b/arch/powerpc/kernel/fadump.c
index 761b28b1427d894d3838841aaf16810c4e7765de..7a0da83bf883c79bcee8963e90d4f8771548f60c 100644
(file)
--- a/
arch/powerpc/kernel/fadump.c
+++ b/
arch/powerpc/kernel/fadump.c
@@
-1531,17
+1531,7
@@
static struct kobj_attribute fadump_register_attr = __ATTR(fadump_registered,
0644, fadump_register_show,
fadump_register_store);
-static int fadump_region_open(struct inode *inode, struct file *file)
-{
- return single_open(file, fadump_region_show, inode->i_private);
-}
-
-static const struct file_operations fadump_region_fops = {
- .open = fadump_region_open,
- .read = seq_read,
- .llseek = seq_lseek,
- .release = single_release,
-};
+DEFINE_SHOW_ATTRIBUTE(fadump_region);
static void fadump_init_files(void)
{