提交 9076faa9 编写于 作者: J Jonathan Cameron 提交者: Greg Kroah-Hartman

staging:iio: in case of buggy drivers avoid using undefined mask.

Signed-off-by: NJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 f7256877
......@@ -958,6 +958,7 @@ static int iio_device_add_event_sysfs(struct iio_dev *dev_info,
break;
default:
printk(KERN_INFO "currently unhandled type of event\n");
continue;
}
ret = __iio_add_chan_devattr(postfix,
NULL,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册