Re: [PATCH] media: i2c: adv7180: unregister the subdev in remove callback

2015-02-26 Thread Lad, Prabhakar
Hi Lars, On Thu, Feb 26, 2015 at 6:25 PM, Lars-Peter Clausen wrote: > On 02/26/2015 07:19 PM, Lad Prabhakar wrote: >> >> From: "Lad, Prabhakar" >> >> this patch makes sure we unregister the subdev by calling >> v4l2_device_unregister_subdev() on remove callback. > > > This was just removed a whi

Re: [PATCH] media: i2c: adv7180: unregister the subdev in remove callback

2015-02-26 Thread Lars-Peter Clausen
On 02/26/2015 07:19 PM, Lad Prabhakar wrote: From: "Lad, Prabhakar" this patch makes sure we unregister the subdev by calling v4l2_device_unregister_subdev() on remove callback. This was just removed a while ago, see commit 632f2b0db9da ("[media] adv7180: Remove duplicate unregister call")[1

[PATCH] media: i2c: adv7180: unregister the subdev in remove callback

2015-02-26 Thread Lad Prabhakar
From: "Lad, Prabhakar" this patch makes sure we unregister the subdev by calling v4l2_device_unregister_subdev() on remove callback. Signed-off-by: Lad, Prabhakar --- drivers/media/i2c/adv7180.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c