Tag: 12033caf2380dbd28a497519eece9e92ccdca1c7

Bluetooth: Use PTR_RET function

Author: Alexandru Gheorghiu <gheorghiuandru@gmail.com> Used PTR_RET function instead of IS_ERR and PTR_ERR. Patch found using coccinelle. Signed-off-by: Alexandru Gheorghiu Signed-off-by: Gustavo Padovan — net/bluetooth/hci_sysfs.c | 4 +— 1 file changed, 1 insertion(+), 3 deletions(-)   diff –git a/net/bluetooth/hci_sysfs.c b/net/bluetooth/hci_sysfs.c index 23b4e24..ff38561 100644 — a/net/bluetooth/hci_sysfs.c +++ b/net/bluetooth/hci_sysfs.c @@ -590,10 +590,8 @@ int __init bt_sysfs_init(void) bt_debugfs = …

Continue reading