mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	libertas_tf: move the banner to a more appropriate place
Also, turn it to a dev_info() to make checkpatch.pl happy. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Steve deRosier <derosier@cal-sierra.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
		
							parent
							
								
									607076a904
								
							
						
					
					
						commit
						c7a5682ded
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -318,7 +318,6 @@ static int lbtf_op_start(struct ieee80211_hw *hw)
 | 
				
			||||||
		goto err_prog_firmware;
 | 
							goto err_prog_firmware;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	printk(KERN_INFO "libertastf: Marvell WLAN 802.11 thinfirm adapter\n");
 | 
					 | 
				
			||||||
	lbtf_deb_leave(LBTF_DEB_MACOPS);
 | 
						lbtf_deb_leave(LBTF_DEB_MACOPS);
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -649,6 +648,7 @@ struct lbtf_private *lbtf_add_card(void *card, struct device *dmdev)
 | 
				
			||||||
	if (ieee80211_register_hw(hw))
 | 
						if (ieee80211_register_hw(hw))
 | 
				
			||||||
		goto err_init_adapter;
 | 
							goto err_init_adapter;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						dev_info(dmdev, "libertastf: Marvell WLAN 802.11 thinfirm adapter\n");
 | 
				
			||||||
	goto done;
 | 
						goto done;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
err_init_adapter:
 | 
					err_init_adapter:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue