commit | 2eb4d745cf7f4617fdbc33d8278191a36ada0ee4 | [log] [tgz] |
---|---|---|
author | H. Nikolaus Schaller <hns@goldelico.com> | Thu Nov 07 11:30:43 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 26 10:01:07 2020 +0100 |
tree | 1cb31bd0ff05956079c244a60f5e70bd25556d39 | |
parent | f8afdceb9f2b13f9f732f944db94f9df8a533559 [diff] |
mmc: core: fix wl1251 sdio quirks [ Upstream commit 16568b4a4f0c34bd35cfadac63303c7af7812764 ] wl1251 and wl1271 have different vendor id and device id. So we need to handle both with sdio quirks. Fixes: 884f38607897 ("mmc: core: move some sdio IDs out of quirks file") Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Cc: <stable@vger.kernel.org> # v4.11+ Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>