]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: mptfusion: Use snprintf() instead of open coded divisions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 15 Jan 2018 17:05:58 +0000 (19:05 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 17 Jan 2018 06:12:20 +0000 (01:12 -0500)
commit332b4b2a6f380e07ccdd72da7f42f11f6b333784
tree9c40cdcf1d4d1416404feff94494253012dcf6bf
parent61dfb8a5fb7e93e692856026fa4c778a27f28984
scsi: mptfusion: Use snprintf() instead of open coded divisions

Numbers up to 100 snprintf() prints without using a division.  Besides
that the code looks more readable.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/message/fusion/mptctl.c