* [PATCH 05/36] drivers/bluetooth: Remove unnecessary casts of private_data [not found] <cover.1278967120.git.joe@perches.com> @ 2010-07-12 20:49 ` Joe Perches 2010-07-12 21:40 ` Marcel Holtmann 0 siblings, 1 reply; 2+ messages in thread From: Joe Perches @ 2010-07-12 20:49 UTC (permalink / raw) To: Jiri Kosina; +Cc: linux-kernel, Marcel Holtmann, linux-bluetooth Signed-off-by: Joe Perches <joe@perches.com> --- drivers/bluetooth/btmrvl_debugfs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/bluetooth/btmrvl_debugfs.c b/drivers/bluetooth/btmrvl_debugfs.c index b50b41d..54739b0 100644 --- a/drivers/bluetooth/btmrvl_debugfs.c +++ b/drivers/bluetooth/btmrvl_debugfs.c @@ -216,7 +216,7 @@ static const struct file_operations btmrvl_gpiogap_fops = { static ssize_t btmrvl_hscmd_write(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) { - struct btmrvl_private *priv = (struct btmrvl_private *) file->private_data; + struct btmrvl_private *priv = file->private_data; char buf[16]; long result, ret; -- 1.7.1.337.g6068.dirty ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 05/36] drivers/bluetooth: Remove unnecessary casts of private_data 2010-07-12 20:49 ` [PATCH 05/36] drivers/bluetooth: Remove unnecessary casts of private_data Joe Perches @ 2010-07-12 21:40 ` Marcel Holtmann 0 siblings, 0 replies; 2+ messages in thread From: Marcel Holtmann @ 2010-07-12 21:40 UTC (permalink / raw) To: Joe Perches; +Cc: Jiri Kosina, linux-kernel, linux-bluetooth Hi Joe, > Signed-off-by: Joe Perches <joe@perches.com> > --- > drivers/bluetooth/btmrvl_debugfs.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) patch has been applied to bluetooth-next-2.6 tree. Thanks. Regards Marcel ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-12 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <cover.1278967120.git.joe@perches.com>
2010-07-12 20:49 ` [PATCH 05/36] drivers/bluetooth: Remove unnecessary casts of private_data Joe Perches
2010-07-12 21:40 ` Marcel Holtmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).