commit | 72a33aad476f9d4b1210dbf434f53eeea84909ab | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Tue Feb 24 14:25:15 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 18:18:54 2015 +0100 |
tree | 89f5866075164c1d81be10c3f13f226887502b9f | |
parent | 403753937020549e4bb0d8ef6e915f00a338a096 [diff] |
serial: 8250: Declare base port operations const The base port operations dispatch table should never be modified at runtime; the proper way to override base port operations is to dup the port operations, modify the copy, and point port->ops at the copy. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>