linux/drivers/staging/media
Rehas Sachdeva 4b9fd698ac staging: media: bcm2048: Merge assignment with return
Instead of storing the return value into a variable and then returning it, we
can club the two into a single return statement. This change was made using
the following semantic patch by Coccinelle:

@@
local idexpression ret;
expression e;
@@

-ret =
+return
     e;
-return ret;

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-20 13:59:45 +02:00
..
bcm2048 staging: media: bcm2048: Merge assignment with return 2016-09-20 13:59:45 +02:00
cec [media] cec: fix off-by-one memset 2016-07-28 20:16:35 -03:00
cxd2099 staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
davinci_vpfe staging: media: davinci_vpfe: Merge assignment with return 2016-09-20 13:59:45 +02:00
lirc staging: media: lirc: lirc_imon: Fix alignment with the open parenthesis 2016-09-16 09:51:23 +02:00
omap4iss [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs 2016-07-08 14:45:07 -03:00
pulse8-cec [media] pulse8-cec: fix non static symbol warning 2016-07-13 11:15:07 -03:00
s5p-cec [media] s5p-cec/TODO: add TODO item 2016-07-15 13:21:45 -03:00
tw686x-kh [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs 2016-07-08 14:45:07 -03:00
Kconfig [media] staging: add MEDIA_SUPPORT dependency 2016-07-28 20:16:16 -03:00
Makefile [media] pulse8-cec: new driver for the Pulse-Eight USB-CEC Adapter 2016-07-12 13:43:14 -03:00