mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
ACPI, APEI, EINJ: Change to use DEFINE_SHOW_ATTRIBUTE macro
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
40e020c129
commit
0c166c3ded
@ -607,17 +607,7 @@ static int available_error_type_show(struct seq_file *m, void *v)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int available_error_type_open(struct inode *inode, struct file *file)
|
||||
{
|
||||
return single_open(file, available_error_type_show, NULL);
|
||||
}
|
||||
|
||||
static const struct file_operations available_error_type_fops = {
|
||||
.open = available_error_type_open,
|
||||
.read = seq_read,
|
||||
.llseek = seq_lseek,
|
||||
.release = single_release,
|
||||
};
|
||||
DEFINE_SHOW_ATTRIBUTE(available_error_type);
|
||||
|
||||
static int error_type_get(void *data, u64 *val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user