mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistake
Rename DAUGTHER_ID to DAUGHTER_ID to fix spelling mistake Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									de8499cee5
								
							
						
					
					
						commit
						ae7cd93e20
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1779,7 +1779,7 @@ static int eni_do_init(struct atm_dev *dev)
 | 
				
			||||||
	printk(")\n");
 | 
						printk(")\n");
 | 
				
			||||||
	printk(KERN_NOTICE DEV_LABEL "(itf %d): %s,%s\n",dev->number,
 | 
						printk(KERN_NOTICE DEV_LABEL "(itf %d): %s,%s\n",dev->number,
 | 
				
			||||||
	    eni_in(MID_RES_ID_MCON) & 0x200 ? "ASIC" : "FPGA",
 | 
						    eni_in(MID_RES_ID_MCON) & 0x200 ? "ASIC" : "FPGA",
 | 
				
			||||||
	    media_name[eni_in(MID_RES_ID_MCON) & DAUGTHER_ID]);
 | 
						    media_name[eni_in(MID_RES_ID_MCON) & DAUGHTER_ID]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	error = suni_init(dev);
 | 
						error = suni_init(dev);
 | 
				
			||||||
	if (error)
 | 
						if (error)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@
 | 
				
			||||||
#define MID_CON_SUNI	0x00000040	/* 0: UTOPIA; 1: SUNI */
 | 
					#define MID_CON_SUNI	0x00000040	/* 0: UTOPIA; 1: SUNI */
 | 
				
			||||||
#define MID_CON_V6	0x00000020	/* 0: non-pipel UTOPIA (required iff
 | 
					#define MID_CON_V6	0x00000020	/* 0: non-pipel UTOPIA (required iff
 | 
				
			||||||
					   !CON_SUNI; 1: UTOPIA */
 | 
										   !CON_SUNI; 1: UTOPIA */
 | 
				
			||||||
#define DAUGTHER_ID	0x0000001f	/* daugther board id */
 | 
					#define DAUGHTER_ID	0x0000001f	/* daughter board id */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Interrupt Status Acknowledge, Interrupt Status & Interrupt Enable
 | 
					 * Interrupt Status Acknowledge, Interrupt Status & Interrupt Enable
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue