staging: wfx: WF200 has no official SDIO IDs
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Wed, 16 Feb 2022 09:31:11 +0000 (10:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Feb 2022 14:58:48 +0000 (15:58 +0100)
commit5f86ecba8e8ed4d8e6896b8940b5796a86200408
tree6c10d7594df4e6b32faa4217abdd010e4b6cd051
parent5df60184a2b1d9414455f55fd33a9dac2f803e93
staging: wfx: WF200 has no official SDIO IDs

Some may think that SDIO_VENDOR_ID_SILABS / SDIO_DEVICE_ID_SILABS_WF200
are official SDIO IDs. However, it is not the case, the values used by
WF200 are not official (BTW, the driver rely on the DT rather than on
the SDIO IDs to probe the device).

To avoid any confusion, remove the definitions SDIO_*_ID_SILABS* and use
raw values.

Reviewed-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20220216093112.92469-2-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/bus_sdio.c