From: Richard Knutsson <ricknu-0@student.ltu.se>
To: linux-kernel@vger.kernel.org
Cc: Richard Knutsson <ricknu-0@student.ltu.se>
Subject: [PATCH 0/3] Replace driver_data with dev_[gs]et_drvdata()
Date: Mon, 5 Dec 2005 06:47:06 +0100 (MET) [thread overview]
Message-ID: <20051205055215.14897.44730.sendpatchset@thinktank.campus.ltu.se> (raw)
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
next reply other threads:[~2005-12-05 5:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-05 5:47 Richard Knutsson [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051205055215.14897.44730.sendpatchset@thinktank.campus.ltu.se \
--to=ricknu-0@student.ltu.se \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®