commit | b786337d8c2867962348711e8d1211b292b6e3c5 | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Thu Jan 17 18:34:45 2013 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 17 17:31:24 2013 -0800 |
tree | 4d0179bee370162a17122a462cce2f36f539da1a | |
parent | 7d9f49afa451d8565d00a5cea39acf9bb26feb50 [diff] |
serial: sccnxp: Fix possible crash if no platform data supplied This patch fix possible kernel crash if no platform data supplied. We should not use platform data in this case, instead we will use default values from private driver structure. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>