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: Ubuntu-goldfish-3.4.0-4.27~6560^2~64^2~48^2~14 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=be60b94030339b89c2bcff18c76882f0a4c01ce6;p=mirror_ubuntu-zesty-kernel.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 b50b41d97a7f..54739b08c308 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;