Commit 138753d7 authored by Linus Torvalds's avatar Linus Torvalds

Remove unused variable warning

parent 90df68e7
......@@ -107,7 +107,7 @@ static int sg_emulated_host(request_queue_t *q, int *p)
static int sg_io(request_queue_t *q, struct sg_io_hdr *uptr)
{
int i, err;
int err;
struct sg_io_hdr hdr;
struct request *rq;
void *buffer;
......
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