Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751411AbbFGPdu (ORCPT ); Sun, 7 Jun 2015 11:33:50 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:47489 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751048AbbFGPdm (ORCPT ); Sun, 7 Jun 2015 11:33:42 -0400 Message-ID: <55746454.5060904@kernel.org> Date: Sun, 07 Jun 2015 16:33:40 +0100 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Daniel Baluta , pmeerw@pmeerw.net CC: knaack.h@gmx.de, lars@metafoo.de, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v2 1/6] iio: magnetometer: mmc35240: i2c device name should be lower case References: <1433502195-30296-1-git-send-email-daniel.baluta@intel.com> <1433502195-30296-2-git-send-email-daniel.baluta@intel.com> In-Reply-To: <1433502195-30296-2-git-send-email-daniel.baluta@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 34 On 05/06/15 12:03, Daniel Baluta wrote: > This is the standard convention for i2c device name and > also this is the name used in some Intel platforms DT > files. > > Fixes: abeb6b1e7b ("iio: magnetometer: Add support for MEMSIC MMC35240") > Signed-off-by: Daniel Baluta applied to the togreg branch of iio.git Thanks, > --- > drivers/iio/magnetometer/mmc35240.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/magnetometer/mmc35240.c b/drivers/iio/magnetometer/mmc35240.c > index aa6e25d..417eca1 100644 > --- a/drivers/iio/magnetometer/mmc35240.c > +++ b/drivers/iio/magnetometer/mmc35240.c > @@ -490,7 +490,7 @@ static const struct acpi_device_id mmc35240_acpi_match[] = { > MODULE_DEVICE_TABLE(acpi, mmc35240_acpi_match); > > static const struct i2c_device_id mmc35240_id[] = { > - {"MMC35240", 0}, > + {"mmc35240", 0}, > {} > }; > MODULE_DEVICE_TABLE(i2c, mmc35240_id); > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/