Skip to content
Commit bc965a7f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[SERIAL] Fix serial8250 driver initialisation ordering

Commit 7493a314

 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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7eb9b2f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment