meta-quanta: gbs: rename fan2/3/4 to fb_fan0/1/2

Change the sensor name of fans:
fan2 -> fb_fan0
fan3 -> fb_fan1
fan4 -> fb_fan2

(From meta-quanta rev: 43bbb292c0d151841db415802849df965f6151ce)

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: If81cf92c50da512986344b31ba20d93af6dcf061
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh b/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
index 520b1c9..56ae7bb 100644
--- a/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
+++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-fan-fail/files/gbs-detect-fan-fail.sh
@@ -33,9 +33,9 @@
 
 fan_tach_path=( '/xyz/openbmc_project/sensors/fan_tach/fan0'
                 '/xyz/openbmc_project/sensors/fan_tach/fan1'
-                '/xyz/openbmc_project/sensors/fan_tach/fan2'
-                '/xyz/openbmc_project/sensors/fan_tach/fan3'
-                '/xyz/openbmc_project/sensors/fan_tach/fan4'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan0'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan1'
+                '/xyz/openbmc_project/sensors/fan_tach/fb_fan2'
                 )
 
 check_fail_flag=0