From 02c83595b86480ee4d61665beb13f76685d40239 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Sun, 6 May 2007 14:48:42 -0700 Subject: [PATCH] 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 Cc: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed