staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line return
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 1 Jun 2018 09:30:53 +0000 (11:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2018 11:16:24 +0000 (13:16 +0200)
Function to_mediatek_gpio can directly return without declaring
anything else in its body improving readability. Also change
pointer '*' declaration to be with return type in the upper line.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-gpio/gpio-mt7621.c

index 79b8c5868e1ea6f56e04da35882f3f4e88fa4234..a8adee3b59b3d5cca334998aa7e3329b3cd59663 100644 (file)
@@ -47,14 +47,10 @@ struct mtk_data {
        struct mtk_gc *gc_map[MTK_BANK_CNT];
 };
 
-static inline struct mtk_gc
-*to_mediatek_gpio(struct gpio_chip *chip)
+static inline struct mtk_gc *
+to_mediatek_gpio(struct gpio_chip *chip)
 {
-       struct mtk_gc *mgc;
-
-       mgc = container_of(chip, struct mtk_gc, chip);
-
-       return mgc;
+       return container_of(chip, struct mtk_gc, chip);
 }
 
 static inline void