From: Daniel Baluta Date: Fri, 5 Jun 2015 11:03:11 +0000 (+0300) Subject: iio: magnetometer: mmc35240: NULL terminate attribute array X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bd35a214f56158d11e46c4a9d8436139f58e7099;p=deliverable%2Flinux.git iio: magnetometer: mmc35240: NULL terminate attribute array This avoid nasty crashes when registering the IIO device. Fixes: abeb6b1e7b ("iio: magnetometer: Add support for MEMSIC MMC35240") Signed-off-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/magnetometer/mmc35240.c b/drivers/iio/magnetometer/mmc35240.c index d8cf5a6f9291..78da0d15c8eb 100644 --- a/drivers/iio/magnetometer/mmc35240.c +++ b/drivers/iio/magnetometer/mmc35240.c @@ -125,6 +125,7 @@ static const struct iio_chan_spec mmc35240_channels[] = { static struct attribute *mmc35240_attributes[] = { &iio_const_attr_sampling_frequency_available.dev_attr.attr, + NULL }; static const struct attribute_group mmc35240_attribute_group = {