commit | a3ef0deb0fa45781ab653d7c9271e02c152076f1 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Tue May 07 12:01:32 2013 +0100 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri May 17 00:42:32 2013 +0200 |
tree | 076f559bd585e39d18a5adf78892894fc9129bd3 | |
parent | eb696c3181dd5b2266794776519120abdfe127d9 [diff] |
mfd: db8500-prcmu: Supply the pdata_size attribute for db8500-thermal The MFD subsystem requires drivers to state the size of any platform data passed, or it will fail to assign it to the device. This will culminate in a NULL platform_data attribute and normally a failure to probe() or a kernel Oops. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>