[merged] mfd-pcf50633-terminate-i2c_device_id-list.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mfd/pcf50633: terminate i2c_device_id list
has been removed from the -mm tree.  Its filename was
     mfd-pcf50633-terminate-i2c_device_id-list.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mfd/pcf50633: terminate i2c_device_id list
From: Jean Delvare <khali@xxxxxxxxxxxx>

The i2c_device_id list is supposed to be zero-terminated.

Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx>
Cc: Balaji Rao <balajirrao@xxxxxxxxxxxx>
Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/mfd/pcf50633-core.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/mfd/pcf50633-core.c~mfd-pcf50633-terminate-i2c_device_id-list drivers/mfd/pcf50633-core.c
--- a/drivers/mfd/pcf50633-core.c~mfd-pcf50633-terminate-i2c_device_id-list
+++ a/drivers/mfd/pcf50633-core.c
@@ -677,6 +677,7 @@ static int __devexit pcf50633_remove(str
 
 static struct i2c_device_id pcf50633_id_table[] = {
 	{"pcf50633", 0x73},
+	{/* end of list */}
 };
 
 static struct i2c_driver pcf50633_driver = {
_

Patches currently in -mm which might be from khali@xxxxxxxxxxxx are

origin.patch
linux-next.patch
mm-only-enforce-acpi-resource-conflict-checks.patch
i2c-incremental-i2c-mpc-driver-fix-for-multi-master-i2c-busses.patch
dmi-let-dmi_walk-users-pass-private-data.patch
rtc-ds1307-true-smbus-compatibility.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux