commit | bf091f3f362b3c562a18bbf7a2d3e2f3a36eba1d | [log] [tgz] |
---|---|---|
author | Shannon Nelson <shannon.nelson@oracle.com> | Mon Feb 13 10:57:01 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 14 13:04:10 2017 -0500 |
tree | d1faafafbb2e32784c44b6300f057b92fdf22c29 | |
parent | fd263fb6e718c5bdf35cbc1de4f781c71794d2a4 [diff] |
sunvnet: straighten up message event handling logic The use of gotos for handling the incoming events made this code harder to read and support than it should be. This patch straightens out and clears up the logic. Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>