+ rtc-add-support-for-the-s-35390a-rtc-chip-update2.patch added to -mm tree

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

 



The patch titled
     rtc-add-support-for-the-s-35390a-rtc-chip-update2
has been added to the -mm tree.  Its filename is
     rtc-add-support-for-the-s-35390a-rtc-chip-update2.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

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

------------------------------------------------------
Subject: rtc-add-support-for-the-s-35390a-rtc-chip-update2
From: Byron Bradley <byron.bbradley@xxxxxxxxx>

Print i2c address in hex and replace ENOCSI with EBUSY

Signed-off-by: Byron Bradley <byron.bbradley@xxxxxxxxx>
Acked-by: Jean Delvare <khali@xxxxxxxxxxxx>
Cc: Tim Ellis <tim@xxxxxxxxx>
Cc: David Brownell <david-b@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/rtc/rtc-s35390a.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/rtc/rtc-s35390a.c~rtc-add-support-for-the-s-35390a-rtc-chip-update2 drivers/rtc/rtc-s35390a.c
--- a/drivers/rtc/rtc-s35390a.c~rtc-add-support-for-the-s-35390a-rtc-chip-update2
+++ a/drivers/rtc/rtc-s35390a.c
@@ -222,9 +222,9 @@ static int s35390a_probe(struct i2c_clie
 		s35390a->client[i] = i2c_new_dummy(client->adapter,
 					client->addr + i, "rtc-s35390a");
 		if (!s35390a->client[i]) {
-			dev_err(&client->dev, "Address %d unavailable\n",
+			dev_err(&client->dev, "Address %02x unavailable\n",
 						client->addr + i);
-			err = -ENOCSI;
+			err = -EBUSY;
 			goto exit_dummy;
 		}
 	}
_

Patches currently in -mm which might be from byron.bbradley@xxxxxxxxx are

git-arm.patch
rtc-add-support-for-the-s-35390a-rtc-chip.patch
rtc-add-support-for-the-s-35390a-rtc-chip-update.patch
rtc-add-support-for-the-s-35390a-rtc-chip-update2.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