]> git.baikalelectronics.ru Git - kernel.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)
commitb5e0133b28eb9318a0ad7a6002aa218c45698aa7
tree9c40cdcf1d4d1416404feff94494253012dcf6bf
parentfd7f0e4a6960d062b5ac97760a7d8599ee0be1dd
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