Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6:
ide-cd: signedness warning fix again

+2 -1
+2 -1
drivers/ide/ide-cd.c
··· 778 778 sector_t block) 779 779 { 780 780 struct ide_cmd cmd; 781 - int uptodate = 0, nsectors; 781 + int uptodate = 0; 782 + unsigned int nsectors; 782 783 783 784 ide_debug_log(IDE_DBG_RQ, "cmd: 0x%x, block: %llu", 784 785 rq->cmd[0], (unsigned long long)block);