aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2009-07-21 10:11:39 +0000
committerDavid S. Miller <[email protected]>2009-07-22 11:24:28 -0700
commit78a9c9c97455d0f8d2d2098b2252eb4bf65be799 (patch)
treebfaf6250d11d9c1f00e99905135d82a27ab1edb5 /net/lapb/lapb_subr.c
parent7b55a4a3f761db7daba1ac526ef60f64f5c53689 (diff)
register at91_ether using platform_driver_probe
at91ether_probe lives in .init.text, so using platform_driver_register to register it is wrong because binding a device after the init memory is discarded (e.g. via sysfs) results in an oops. As requested by David Brownell platform_driver_probe is used instead of moving the probe function to .devinit.text as proposed initially. This saves some memory, but devices registered after the driver is probed are not bound (probably there are none) and binding via sysfs isn't possible. Signed-off-by: Uwe Kleine-König <[email protected]> Acked-by: David Brownell <[email protected]> Acked-by: Andrew Victor <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions