Skip to content
Snippets Groups Projects
Commit c2f896b8 authored by Shinya Kuribayashi's avatar Shinya Kuribayashi Committed by Ben Warren
Browse files

drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).


rx_status on the memory is basically in LE, but needs to be handled in CPU
endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
it'll work fine.

Signed-off-by: default avatarShinya Kuribayashi <shinya.kuribayashi@necel.com>
Cc: Masami Komiya <mkomiya@sonare.it>
Cc: Lucas Jin <lucasjin@gmail.com>
Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 96a23674
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment