Re: [PATCH v2] memstick: rtsx: fix ms card data transfer bug

2014-01-24 Thread Maxim Levitsky
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

2013-11-02 Thread Maxim Levitsky
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