7 Jan
2014
7 Jan
'14
4:37 p.m.
On Thu, Dec 19, 2013 at 03:55:00PM +0000, Lee Jones wrote:
These drivers will not work without platform specific data, which is passed in via Device Tree or Platform Data. To avoid the chance of NULL pointer dereferencing and alike, let's ensure we have at least one of the methods in play before continuing.
Applied, thanks.