From: Srinivas Pandruvada Date: Tue, 29 Apr 2014 15:44:00 +0000 (+0100) Subject: iio: ak8975: Fix issue with the name X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1015^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cece46acb88c4032d34b8b52796e08a99c34d2;p=pandora-kernel.git iio: ak8975: Fix issue with the name Fixing issue caused by clash of two patches, one adding a name with the acpi enumeration patch. 54ab3e24 Beomho Seo 2014-04-02 @572 indio_dev->name = id->name; d913971e Srinivas Pandruvada 2014-03-19 574 indio_dev->name = name; The name added by commit 54ab3e24 is not required as this is already added by taking care of case where id is NULL. Signed-off-by: Srinivas Pandruvada Reported-by: kbuild test robot Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed