]> git.neil.brown.name Git - history.git/commit
[block sx8] fix warning
authorJeff Garzik <jgarzik@pobox.com>
Sun, 6 Feb 2005 22:00:00 +0000 (17:00 -0500)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 6 Feb 2005 22:00:00 +0000 (17:00 -0500)
commit18388625f1aa828e240bca6ad5069b04218aa7ba
treee81f13a939fc73cc2a57b1c5b35a813e119d3aa0
parent72aa1a6208693f23aec38d8156f60323c2ef61d4
[block sx8] fix warning

As 'i' and 'host->id' are of different types (signed vs. unsigned),
we need a cast.

Eventually host->id should probably be made unsigned, but this
requires further analysis.
drivers/block/sx8.c