devsd:fix breakage from type conversions
authorAlan Cox <alan@linux.intel.com>
Wed, 13 Mar 2019 22:25:37 +0000 (22:25 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 13 Mar 2019 22:25:37 +0000 (22:25 +0000)
Kernel/dev/devsd.c

index 7b62c48..439acf5 100644 (file)
@@ -96,7 +96,7 @@ uint8_t sd_spi_wait(bool want_ff)
     return b;
 }
 
-int sd_send_command(uint_fast8_t, uint32_t arg)
+int sd_send_command(uint_fast8_t cmd, uint32_t arg)
 {
     unsigned char *p;
     uint_fast8_t n, res;