commit | 4e68e188411ea98e40309700cf0c89ad4469ac1d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Nov 24 13:56:39 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 24 13:56:39 2009 -0800 |
tree | 6f74b9f7de8861693788745edbd7a01248d596ad | |
parent | bffbc94a4d2c1769c3826fceddd2dbb75e72c80b [diff] |
sunsab: Do not set sunsab_reg.cons right before registering minors. Other Sun serial drivers do not do this, and if we keep it this way it ends up registering all serial devices as consoles rather than just the one which we explicitly register via sunserial_console_match() which uses add_preferred_console(). Signed-off-by: David S. Miller <davem@davemloft.net>