commit | 02c83595b86480ee4d61665beb13f76685d40239 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Sun May 06 14:48:42 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:12:50 2007 -0700 |
tree | 5bd0dd2352a5d9c0df260d0eaa5a84a4ea861d4c | |
parent | fd76bab2fa6d8f3ef6b326a4c6ae442fa21d30a4 [diff] |
at91_cf, minor fix This is a minor correctness fix: since the at91_cf driver probe() routine is in the init section, it should use platform_driver_probe() instead of leaving that pointer around in the driver struct after init section removal. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>