Re: sdmmc CIS parsing fix

2016-01-10 Thread Jonathan Gray
On Sun, Jan 10, 2016 at 07:21:37PM +0100, Mark Kettenis wrote: > Apparently the CIS on the Broadcom BCM43341 in the ASUS X205TA has > CISTPL_NULL codes, which causes somedmesg spam: > > sdmmc1: CIS parse error at 4286, tuple code 0, length 0 > > Handling these is simple. They're just bytes that

sdmmc CIS parsing fix

2016-01-10 Thread Mark Kettenis
Apparently the CIS on the Broadcom BCM43341 in the ASUS X205TA has CISTPL_NULL codes, which causes somedmesg spam: sdmmc1: CIS parse error at 4286, tuple code 0, length 0 Handling these is simple. They're just bytes that have to be skipped. Diff below rearranges the parsing loop a bit to accompl