Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be60b940 authored by Joe Perches's avatar Joe Perches Committed by Marcel Holtmann
Browse files

Bluetooth: Remove unnecessary casts of private_data in drivers

parent 63c7d09c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;