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

Commit a4ab7676 authored by Jeya R's avatar Jeya R
Browse files

msm: adsprpc: Remove bad ioctl log



Remove bad ioctl log as it can lead to flooding
in new ioctls scenarios which are not supported on
on kernel .

Change-Id: I548e606660c722f410c12a19cf71a4fc10ee6a22
Acked-by: default avatarDeepika Singh <dsi@qti.qualcomm.com>
Signed-off-by: default avatarJeya R <jeyr@codeaurora.org>
parent 970f4dd4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4556,7 +4556,6 @@ static long fastrpc_device_ioctl(struct file *file, unsigned int ioctl_num,
		break;
	default:
		err = -ENOTTY;
		pr_info("bad ioctl: %d\n", ioctl_num);
		break;
	}
 bail: