]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/sata_sil24.c
sata_sil24: Use const
authorJoe Perches <joe@perches.com>
Sat, 6 Aug 2011 02:38:17 +0000 (19:38 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 8 Oct 2011 04:07:15 +0000 (00:07 -0400)
commitfc8cc1d5b192b829b39ca534e6273a05f10cee79
tree891f1ab534c572fb21a5d56334cc815fa5b1f723
parent5e5a4f5d5a08c9c504fe956391ac3dae2c66556d
sata_sil24: Use const

Reduce data by using const.

$ size drivers/ata/sata_sil24.o*
   text    data     bss     dec     hex filename
  12764     614    2688   16066    3ec2 drivers/ata/sata_sil24.o.new
  12320    1058    2688   16066    3ec2 drivers/ata/sata_sil24.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_sil24.c