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:
9d45d5f
)
[media] RedRat3: Return directly after a failed rc_allocate_device() in redrat3_init_...
author
Markus Elfring
<
[email protected]
>
Thu, 13 Oct 2016 12:54:46 +0000
(09:54 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 18 Nov 2016 12:55:59 +0000
(10:55 -0200)
Return directly after a call of the function "rc_allocate_device" failed
at the beginning.
Signed-off-by: Markus Elfring <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/rc/redrat3.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/redrat3.c
b/drivers/media/rc/redrat3.c
index 689df034dcfee6d3677be182daa9db8ad25b58f3..d3c81619cd87754abd9d3f37cc6bb2c26c2c3221 100644
(file)
--- a/
drivers/media/rc/redrat3.c
+++ b/
drivers/media/rc/redrat3.c
@@
-902,7
+902,7
@@
static struct rc_dev *redrat3_init_rc_dev(struct redrat3_dev *rr3)
rc = rc_allocate_device();
if (!rc)
-
goto out
;
+
return NULL
;
snprintf(rr3->name, sizeof(rr3->name), "RedRat3%s Infrared Remote Transceiver (%04x:%04x)",
prod == USB_RR3IIUSB_PRODUCT_ID ? "-II" : "",