Browse Source

ag71xx driver: fix a typo

SVN-Revision: 16827
Gabor Juhos 16 years ago
parent
commit
d99dcbca9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h

+ 1 - 1
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h

@@ -94,7 +94,7 @@ struct ag71xx_buf {
 
 struct ag71xx_ring {
 	struct ag71xx_buf	*buf;
-	struct ag71xx_desc	*descs_cpu;
+	u8			*descs_cpu;
 	dma_addr_t		descs_dma;
 	unsigned int		desc_size;
 	unsigned int		curr;