Re: [PATCH] sbs-battery: probe should try talking to the device

2012-09-20 Thread Anton Vorontsov
On Thu, Sep 06, 2012 at 02:35:30PM -0400, Rhyland Klein wrote: > On 09/06/2012 02:32 PM, Olof Johansson wrote: > >Turns out this driver doesn't actually try talking to the device at > >probe time, so if it's incorrectly configured in the device tree or > >platform data (or if the battery has been r

Re: [PATCH] sbs-battery: probe should try talking to the device

2012-09-06 Thread Rhyland Klein
On 09/06/2012 02:32 PM, Olof Johansson wrote: Turns out this driver doesn't actually try talking to the device at probe time, so if it's incorrectly configured in the device tree or platform data (or if the battery has been removed from the system), then probe will succeed and every access will s

[PATCH] sbs-battery: probe should try talking to the device

2012-09-06 Thread Olof Johansson
Turns out this driver doesn't actually try talking to the device at probe time, so if it's incorrectly configured in the device tree or platform data (or if the battery has been removed from the system), then probe will succeed and every access will sit there and time out. The end result is a possi