fixup! ptp: update decoder

This commit is contained in:
Eugene Syromyatnikov 2018-10-26 01:56:28 +02:00
parent 606a8f39e8
commit 12f618552a

View File

@ -318,10 +318,8 @@ ioctl_decode(struct tcb *tcp)
return scsi_ioctl(tcp, code, arg);
case '$': /* 0x24 */
return perf_ioctl(tcp, code, arg);
#ifdef HAVE_STRUCT_PTP_SYS_OFFSET
case '=': /* 0x3d */
return ptp_ioctl(tcp, code, arg);
#endif
#ifdef HAVE_LINUX_INPUT_H
case 'E':
return evdev_ioctl(tcp, code, arg);