Re: [patch 03/30] pata: expose set_mode method so it can be wrapped

2007-03-09 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: From: Alan <[EMAIL PROTECTED]> This splits set_mode into do_set_mode and the wrapper so that a driver can call the standard method inside its own. This in theory also obsoletes ->post_set_mode(). Needed for ACPI driver. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> Cc:

[patch 03/30] pata: expose set_mode method so it can be wrapped

2007-03-06 Thread akpm
From: Alan <[EMAIL PROTECTED]> This splits set_mode into do_set_mode and the wrapper so that a driver can call the standard method inside its own. This in theory also obsoletes ->post_set_mode(). Needed for ACPI driver. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> Cc: Jeff Garzik <[EMAIL PROTECT