commit | df47512d59c0db59a6785f0208001a4b7dd90aaf | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Jan 10 05:20:16 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 01 09:45:31 2016 -0200 |
tree | 954cf78f976e8d9a1b026ec31358fa3f6f43f912 | |
parent | 41ff9142df375ac319b1d9fe50d88e4247da6f1a [diff] |
[media] netup_unidvb: Remove a useless memset This memory is allocated using kzalloc so there is no need to call memset(..., 0, ...) [mchehab@osg.samsung.com: as suggested by Joe Perches, It's unusual to not see the alloc above the if, removed a blank line between kzalloc/if and added a blank line after if] Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>