drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG
Cc: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4fbf888acc
commit
a0dce7f0ac
2 changed files with 3 additions and 3 deletions
|
@ -401,10 +401,10 @@ again:
|
|||
sizeof(struct ms_status_register)))
|
||||
return 0;
|
||||
|
||||
msb->state = MSB_RP_RECIVE_STATUS_REG;
|
||||
msb->state = MSB_RP_RECEIVE_STATUS_REG;
|
||||
return 0;
|
||||
|
||||
case MSB_RP_RECIVE_STATUS_REG:
|
||||
case MSB_RP_RECEIVE_STATUS_REG:
|
||||
msb->regs.status = *(struct ms_status_register *)mrq->data;
|
||||
msb->state = MSB_RP_SEND_OOB_READ;
|
||||
/* fallthrough */
|
||||
|
|
|
@ -223,7 +223,7 @@ enum msb_readpage_states {
|
|||
MSB_RP_RECEIVE_INT_REQ_RESULT,
|
||||
|
||||
MSB_RP_SEND_READ_STATUS_REG,
|
||||
MSB_RP_RECIVE_STATUS_REG,
|
||||
MSB_RP_RECEIVE_STATUS_REG,
|
||||
|
||||
MSB_RP_SEND_OOB_READ,
|
||||
MSB_RP_RECEIVE_OOB_READ,
|
||||
|
|
Loading…
Reference in a new issue