CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/29 03:44:49
Modified files:
sys/dev/sdmmc : sdmmc_cis.c
Log message:
According to the SDIO Simplified Specification 3.0, a tuple length
(aka link field) of 0 specifies an empty tuple body. This implies
that a tuple length of 0 is actually allowed, so we don't need to
error out if we encounter one. Seen on an SDIO-connected ath10k.
ok kettenis@
