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 <[EMAIL PROTECTED]>

Print i2c address in hex and replace ENOCSI with EBUSY

Signed-off-by: Byron Bradley <[EMAIL PROTECTED]>
Acked-by: Jean Delvare <[EMAIL PROTECTED]>
Cc: Tim Ellis <[EMAIL PROTECTED]>
Cc: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to