Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
MIPS: JZ4740: USB: Fix packet read/write functions.
The read_packet() and write_packet() functions were recently converted to use memcpy_fromio() and memcpy_toio(). However, the FIFO register is only a single address while memcpy increases the address. Fixed by using readsl() and writesl() instead.
- Loading branch information