|
@@ -1828,7 +1828,6 @@ static int ntty_ioctl(struct tty_struct *tty, struct file *file,
|
|
|
unsigned int cmd, unsigned long arg)
|
|
unsigned int cmd, unsigned long arg)
|
|
|
{
|
|
{
|
|
|
struct port *port = tty->driver_data;
|
|
struct port *port = tty->driver_data;
|
|
|
- void __user *argp = (void __user *)arg;
|
|
|
|
|
int rval = -ENOIOCTLCMD;
|
|
int rval = -ENOIOCTLCMD;
|
|
|
|
|
|
|
|
DBG1("******** IOCTL, cmd: %d", cmd);
|
|
DBG1("******** IOCTL, cmd: %d", cmd);
|