OSDN Git Service

[media] RedRat3: Return directly after a failed kcalloc() in redrat3_transmit_ir()
authorMarkus Elfring <elfring@users.sourceforge.net>
Thu, 13 Oct 2016 08:34:29 +0000 (05:34 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 12:50:19 +0000 (10:50 -0200)
commitfac59136bc22fd9b3a04ed4f29977da8e045ee6b
tree3917f7db52f19816330a19923ccf61ab43ec140e
parent576df632f24f7db40b7266cada96ed1b76f1255d
[media] RedRat3: Return directly after a failed kcalloc() in redrat3_transmit_ir()

* Return directly after a call of the function "kcalloc" failed
  at the beginning.

* Reorder two calls for the function "kfree" at the end.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/redrat3.c