2.4.36-stable kernel tree
リビジョン | a76f2eab9bb12249c93c936ba7532c832e6d4e0d (tree) |
---|---|
日時 | 2007-02-25 16:41:26 |
作者 | Mariusz Kozlowski <m.kozlowski@tuxl...> |
コミッター | Willy Tarreau |
[PATCH] ide legacy hd parenthesis fix
Hello,
This patch removes an extra parenthesis from read_intr() debug code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
@@ -432,7 +432,7 @@ ok_to_read: | ||
432 | 432 | #ifdef DEBUG |
433 | 433 | printk("hd%c: read: sector %ld, remaining = %ld, buffer=0x%08lx\n", |
434 | 434 | dev+'a', CURRENT->sector, CURRENT->nr_sectors, |
435 | - (unsigned long) CURRENT->buffer+512)); | |
435 | + (unsigned long) CURRENT->buffer+512); | |
436 | 436 | #endif |
437 | 437 | if (CURRENT->current_nr_sectors <= 0) |
438 | 438 | end_request(1); |