commit | a4e80a1bcc5df3a48cb8a51dd357045c4ebbebc0 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Fri Aug 14 15:49:22 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:02:15 2009 -0700 |
tree | 224217da6b1432de9307acb6c7f01b3952a2c391 | |
parent | cfd498be6e1b89735259690755ad7b9b9bc2a154 [diff] |
Staging: sep: untangle the register_fs code While goto can be useful for cleaner cleaning up in C (as Linux sometimes does and I think Linus borrowed stylistically from Amiga) you can overdo it. Here is a fine fine example of when it's overkill Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>