All of lore.kernel.org
 help / color / mirror / Atom feed
* + drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct.patch added to -mm tree
@ 2012-07-25 20:56 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2012-07-25 20:56 UTC (permalink / raw)
  To: mm-commits; +Cc: nbowler, a.zummo


The patch titled
     Subject: drivers/rtc/rtc-pcf8563.c: set owner field in driver struct
has been added to the -mm tree.  Its filename is
     drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct.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 ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Nick Bowler <nbowler@elliptictech.com>
Subject: drivers/rtc/rtc-pcf8563.c: set owner field in driver struct

The owner member is supposed to be set to the module implementing the
device driver, i.e., THIS_MODULE.  This enables the appropriate module
link in sysfs.

Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/rtc-pcf8563.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/rtc/rtc-pcf8563.c~drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct drivers/rtc/rtc-pcf8563.c
--- a/drivers/rtc/rtc-pcf8563.c~drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct
+++ a/drivers/rtc/rtc-pcf8563.c
@@ -288,6 +288,7 @@ MODULE_DEVICE_TABLE(i2c, pcf8563_id);
 static struct i2c_driver pcf8563_driver = {
 	.driver		= {
 		.name	= "rtc-pcf8563",
+		.owner	= THIS_MODULE,
 	},
 	.probe		= pcf8563_probe,
 	.remove		= pcf8563_remove,
_
Subject: Subject: drivers/rtc/rtc-pcf8563.c: set owner field in driver struct

Patches currently in -mm which might be from nbowler@elliptictech.com are

drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct.patch
drivers-rtc-rtc-pcf8563c-add-device-tree-support.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-25 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-25 20:56 + drivers-rtc-rtc-pcf8563c-set-owner-field-in-driver-struct.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.