Home
last modified time | relevance | path

Searched hist:d828e5c6d7a0bdca824481189bb7a911a6bf2d31 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dwd719x.cdiff d828e5c6d7a0bdca824481189bb7a911a6bf2d31 Tue Nov 28 19:12:34 CET 2017 Colin Ian King <colin.king@canonical.com> scsi: wd719x: make card_types static const, shrinks object size

Don't populate the read-only array card_types on the stack but instead
make it static and constify it. Makes the object code smaller by over
110 bytes:

Before:
text data bss dec hex filename
25625 5752 0 31377 7a91 drivers/scsi/wd719x.o

After:
text data bss dec hex filename
25447 5816 0 31263 7a1f drivers/scsi/wd719x.o

(gcc version 7.2.0 x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>