From: Joe Perches Date: Mon, 12 Jul 2010 20:49:57 +0000 (-0700) Subject: Bluetooth: Remove unnecessary casts of private_data in drivers X-Git-Tag: v2.6.36-rc1~571^2~64^2~48^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be60b94030339b89c2bcff18c76882f0a4c01ce6;p=profile%2Fivi%2Fkernel-x86-ivi.git Bluetooth: Remove unnecessary casts of private_data in drivers Signed-off-by: Joe Perches Signed-off-by: Marcel Holtmann --- 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;