]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: raw: Use consistent label names in connection_init()
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 12 Feb 2016 10:38:26 +0000 (16:08 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 15 Feb 2016 22:51:20 +0000 (14:51 -0800)
commitc463593c3dbc8d4dcb132538b0116256fa0cc455
treecd65979512bc7d31213e45fa5bd7331bf13a7360
parent7d0493d191abc0bb20c0746fe687b7e8ba8a696a
greybus: raw: Use consistent label names in connection_init()

Some of the labels are named based on what they are going to undo, while
others are based on where we failed in connection_init().

Follow only the first type of naming.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/raw.c