mfd: Add devices platform data when the cell data size is not 0
authorBrian Harring <ferringb@gmail.com>
Mon, 18 Oct 2010 23:21:06 +0000 (01:21 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Oct 2010 22:30:03 +0000 (00:30 +0200)
commita28dbea0ad3bd8144f3348eb5c20fabc2f12b4b5
treed65e247eca308c886f9ebf966ab1353396bb7e61
parent11c39c4bde7acb727f7a7c6a4d7ffeb95b64dbb4
mfd: Add devices platform data when the cell data size is not 0

When the cell data_size is 0, the resulting platform_data pointer will be
set to ZERO_SIZE_PTR. That could be misleading for device drivers running
a NULL check on thei platform_data pointer before dereferencing it.

Signed-off-by: Brian Harring <ferringb@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/mfd-core.c