summaryrefslogtreecommitdiff
path: root/staging/mops.h
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops.h')
0 files changed, 0 insertions, 0 deletions
t-subject'>spi: s3c64xx: rename goto labels to meaningful names
The goto labels of the style of err4: err3: err2: err1: are complex to insert in between new errors without renaming all the goto statements. Replace the errX naming style to meaningful names in order to make it easier to insert new goto exit points. Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
-rw-r--r--drivers/spi/spi-s3c64xx.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c