Re: [PATCH 3/4] [media] sp2: Adjust a jump target in sp2_probe()

2017-09-08 Thread Hans Verkuil
Hi Markus, On 09/01/17 21:44, SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 1 Sep 2017 21:08:38 +0200 > > * Adjust a jump target so that a null pointer will not be passed to a call > of the function "kfree". > > * Move this function call into an if branch. > > Signed-off-by: M

[PATCH 3/4] [media] sp2: Adjust a jump target in sp2_probe()

2017-09-01 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 1 Sep 2017 21:08:38 +0200 * Adjust a jump target so that a null pointer will not be passed to a call of the function "kfree". * Move this function call into an if branch. Signed-off-by: Markus Elfring --- drivers/media/dvb-frontends/sp2.c | 13 +++--