Re: [PATCH v2] memstick: rtsx: fix ms card data transfer bug
ought an laptop with this card reader. So as soon as I have some time, I will too test this code Really big thanks for writing this driver! Best regards, Maxim Levitsky ___ devel mailing list de...@linuxdriverproject.org http://driverdev.
Re: [PATCH] memstick: fix unreachable state in h_msb_read_page() in ms_block.c
sizeof(struct ms_status_register))) > return 0; > > - msb->state = MSB_RP_RECEIVE_OOB_READ; > + msb->state = MSB_RP_RECIVE_STATUS_REG; > return 0; > > case MSB_RP_RECIVE_STATUS_REG: This is indeed a bug here. Probab