]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/ata/sata_sil.c
sata_sil: First step to removing ->post_set_mode
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 8 Mar 2007 23:09:12 +0000 (23:09 +0000)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 18:15:58 +0000 (14:15 -0400)
commit9d2c7c75f889a3eefad016c71f651b0796e0a6e9
tree3162001038408e49bca847dc38bc47db49649b7f
parent432729f0b0c299ae9731aaa31beaa0dd3a9751eb
sata_sil: First step to removing ->post_set_mode

Now that we have ata_do_set_mode() available for drivers to use we don't
actually need ->post_set_mode() as the driver can wrap set_mode nicely
and do stuff before or after (eg PCMCIA needs before), so we can kill off
a method in all the structs

While I was at it I added kernel-doc to the function involved.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_sil.c