commit | b6501dd86ff085a8687d157c016f46a34e46bf5b | [log] [tgz] |
---|---|---|
author | Konrad Zapalowicz <bergo.torino@gmail.com> | Sun Nov 09 02:22:17 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 25 17:06:38 2014 -0800 |
tree | 5e04f1ac2825ae4b3bdf6d05286b6f77c51bb035 | |
parent | 333f4eb1ba46b2d75fb3dc46ebed13aa1d0c9639 [diff] |
serial: jsm: Remove unnecessary if statement The flow of {neo,cls}_param() shows that at this stage the baud rate has a non-zero value. This fact makes the if clausule obsolete and acknowledges it's removal. Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>