]> Git Repo - linux.git/commit - drivers/ata/sata_sil.c
sata_sil: First step to removing ->post_set_mode
authorAlan Cox <[email protected]>
Thu, 8 Mar 2007 23:09:12 +0000 (23:09 +0000)
committerJeff Garzik <[email protected]>
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 <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/ata/sata_sil.c
This page took 0.042878 seconds and 4 git commands to generate.