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:
6510223
)
MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macro
author
Yangtao Li
<
[email protected]
>
Mon, 5 Nov 2018 14:50:49 +0000
(09:50 -0500)
committer
Paul Burton
<
[email protected]
>
Mon, 5 Nov 2018 18:13:21 +0000
(10:13 -0800)
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.
Signed-off-by: Yangtao Li <
[email protected]
>
Signed-off-by: Paul Burton <
[email protected]
>
Patchwork: https://patchwork.linux-mips.org/patch/20988/
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
arch/mips/math-emu/me-debugfs.c
patch
|
blob
|
history
diff --git
a/arch/mips/math-emu/me-debugfs.c
b/arch/mips/math-emu/me-debugfs.c
index 62566385ce0e25dbf6a4a0bb66593eb778af16e1..58798f527356292a8aeb7718a0a41fd3bbb2839e 100644
(file)
--- a/
arch/mips/math-emu/me-debugfs.c
+++ b/
arch/mips/math-emu/me-debugfs.c
@@
-183,17
+183,7
@@
static int fpuemustats_clear_show(struct seq_file *s, void *unused)
return 0;
}
-static int fpuemustats_clear_open(struct inode *inode, struct file *file)
-{
- return single_open(file, fpuemustats_clear_show, inode->i_private);
-}
-
-static const struct file_operations fpuemustats_clear_fops = {
- .open = fpuemustats_clear_open,
- .read = seq_read,
- .llseek = seq_lseek,
- .release = single_release,
-};
+DEFINE_SHOW_ATTRIBUTE(fpuemustats_clear);
static int __init debugfs_fpuemu(void)
{