commit | 2e20cc3986cbee410fbe8e3e116bdcb12d70fcce | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Oct 09 17:38:52 2008 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 31 19:00:11 2008 -0400 |
tree | f72330c504b68dae64ea3d62d2f6a124d9ec2fe3 | |
parent | 78236571a538860dc2f0842ff6c7789522eb1e63 [diff] |
p54: Move rx_mtu to struct bootrec_desc The patch entitled "[PATCH] p54: Fix sparse warnings" added the __le16 variable rx_mtu to struct bootrec, but it could equally well be placed in the struct bootrec_desc, which overlays the 'data' section of bootrec. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>