mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 12:32:31 -04:00
Instead of repeating the error unwinding steps in each place an error can be detected, use the common idiom of gotos into an error flow. Signed-off-by: Roland Dreier <rolandd@cisco.com>