diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
| -rw-r--r-- | drivers/usb/host/ehci.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 46b535f36..d090f0a53 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -247,7 +247,7 @@ struct QH {  	 * aligned to 32 bytes  	 */  	union { -		uint8_t fill[16]; +		uint32_t fill[4];  		void *buffer;  	};  }; |