commit | bc965a7f43d3fc37584f9c16c6d7a84a911a9d9c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Jan 18 09:54:29 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 18 09:54:29 2006 +0000 |
tree | 9d7ac6b356c9a884941b374555cebb5d3f465d61 | |
parent | 7eb9b2f56c9812d03ac63031869bcc42151067b1 [diff] |
[SERIAL] Fix serial8250 driver initialisation ordering Commit 7493a314cb83797ce612a577475aacaedc553fed changed the ordering of the registration of the platform device driver vs the 8250 drivers internal initialisation. This led to the probe function being called before the driver had finished its internal initialisation, causing mayhem. Revert the ordering change. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>