Re: [RFC PATCH] amba: Ensure drvdata is NULL

2013-09-11 Thread Michal Simek
Hi Russell, any comment on this one? Thanks, Michal On 09/04/2013 04:44 PM, Michal Simek wrote: > This patch is inpired by the patch for drvdata > "device-core: Ensure drvdata = NULL when no driver is bound" > (sha1: 0998d0631001288a5974afc0b2a5f568bcdecb4d) > > Also it fixes all occurences in

[RFC PATCH] amba: Ensure drvdata is NULL

2013-09-04 Thread Michal Simek
This patch is inpired by the patch for drvdata "device-core: Ensure drvdata = NULL when no driver is bound" (sha1: 0998d0631001288a5974afc0b2a5f568bcdecb4d) Also it fixes all occurences in drivers. Signed-off-by: Michal Simek --- arch/arm/kernel/etm.c | 6 -- drivers/amba/bus.c