Bluetooth: Remove unnecessary casts of private_data in drivers

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Joe Perches 2010-07-12 13:49:57 -07:00 коммит произвёл Marcel Holtmann
Родитель 63c7d09cd5
Коммит be60b94030
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;