Commit 967fe243 authored by Linus Torvalds's avatar Linus Torvalds

Remove stale variable.

parent 8616e30b
......@@ -205,7 +205,7 @@ int blk_ioctl(kdev_t dev, unsigned int cmd, unsigned long arg)
request_queue_t *q;
struct gendisk *g;
u64 ullval = 0;
int intval, *iptr;
int intval;
unsigned short usval;
if (kdev_none(dev))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment