Skip to content

Commit

Permalink
[PATCH] drivers/ide: stray bracket
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Kaiser authored and Linus Torvalds committed Nov 14, 2006
1 parent d8f7975 commit 6a34b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/legacy/hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static void read_intr(void)
#ifdef DEBUG
printk("%s: read: sector %ld, remaining = %ld, buffer=%p\n",
req->rq_disk->disk_name, req->sector, req->nr_sectors,
req->buffer+512));
req->buffer+512);
#endif
if (req->current_nr_sectors <= 0)
end_request(req, 1);
Expand Down

0 comments on commit 6a34b57

Please sign in to comment.