Re: [PATCH] Handle efifb with no lfb_base better.

2013-06-25 Thread Josh Boyer
On Tue, Apr 23, 2013 at 11:23:18AM -0400, Peter Jones wrote: > Right now we get a WARN from platform_device_unregister() because our > platform_device has no ->release function. This is clearly wrong, but > we should be warning so we can figure out what happened, as this failure > results in bug r

[PATCH] Handle efifb with no lfb_base better.

2013-04-23 Thread Peter Jones
Right now we get a WARN from platform_device_unregister() because our platform_device has no ->release function. This is clearly wrong, but we should be warning so we can figure out what happened, as this failure results in bug reports. So WARN() about the real problem, and use the registration f