[PATCH] drivers/ide: stray bracket

Stray bracket in debug code.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Nicolas Kaiser and committed by Linus Torvalds 6a34b57b d8f79751

+1 -1
+1 -1
drivers/ide/legacy/hd.c
··· 459 459 #ifdef DEBUG 460 460 printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n", 461 461 req->rq_disk->disk_name, req->sector, req->nr_sectors, 462 - req->buffer+512)); 462 + req->buffer+512); 463 463 #endif 464 464 if (req->current_nr_sectors <= 0) 465 465 end_request(req, 1);