mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-04 16:49:17 +00:00
[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>
This commit is contained in:
parent
d8f7975159
commit
6a34b57bec
@ -459,7 +459,7 @@ static void read_intr(void)
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n",
|
printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n",
|
||||||
req->rq_disk->disk_name, req->sector, req->nr_sectors,
|
req->rq_disk->disk_name, req->sector, req->nr_sectors,
|
||||||
req->buffer+512));
|
req->buffer+512);
|
||||||
#endif
|
#endif
|
||||||
if (req->current_nr_sectors <= 0)
|
if (req->current_nr_sectors <= 0)
|
||||||
end_request(req, 1);
|
end_request(req, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user