public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Replace driver_data with dev_[gs]et_drvdata()
@ 2005-12-05  5:47 Richard Knutsson
  2005-12-05  5:47 ` [PATCH 1/3] net: Replace driver_data with dev_[gs]et_drvdata Richard Knutsson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Knutsson @ 2005-12-05  5:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Richard Knutsson

This patch-set replaces (of those found): 
  target = dev->driver_data;
    with
  target = dev_get_drvdata(dev);

  dev->driver_data = target;
    with
  dev_set_drvdata(dev, target);

The net's and rest's patched files are compiled with no error (or warning regarding to the patch).

s390 is not compiled but checked several times and should not have any problems.

Any comment is dearly welcome ;)

/Richard Knutsson

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-05  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-05  5:47 [PATCH 0/3] Replace driver_data with dev_[gs]et_drvdata() Richard Knutsson
2005-12-05  5:47 ` [PATCH 1/3] net: Replace driver_data with dev_[gs]et_drvdata Richard Knutsson
2005-12-05  5:47 ` [PATCH 2/3] s390: " Richard Knutsson
2005-12-05  5:58 ` [PATCH 3/3] *rest*: " Richard Knutsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox