From 3d64fc705318e09d2c8544cec7169e45837a33dc Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 2 May 2013 20:44:20 +0000 Subject: [PATCH] usbnet: pegasus: endian bug in write_mii_word() We're only passing the two high bytes of an integer. It works for little endian but not for big endian. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-format-patch failed