Re: [PATCH] platform/chrome: lightbar: Assign drvdata during probe

2019-06-27 Thread Rajat Jain
Hi Enric, On Wed, Jun 26, 2019 at 1:34 PM Enric Balletbo i Serra wrote: > > Hi Rajat, > > On 25/6/19 22:51, Rajat Jain wrote: > > The lightbar driver never assigned the drvdata in probe method, and thus > > causes a panic when it is accessed at the suspend time. > > Good catch, that's one of the

Re: [PATCH] platform/chrome: lightbar: Assign drvdata during probe

2019-06-26 Thread Enric Balletbo i Serra
Hi Rajat, On 25/6/19 22:51, Rajat Jain wrote: > The lightbar driver never assigned the drvdata in probe method, and thus > causes a panic when it is accessed at the suspend time. Good catch, that's one of the problems I currently have with mainline on Samus. The other one, that I didn't find time