forked from mirrors/linux
		
	hwmon: (asus_atk0110) fix checkpatch issues
fixed: WARNING: line over 80 characters #1321: FILE: asus_atk0110.c:1321: + if (data->rtmp_handle && data->rvlt_handle && data->rfan_handle && !new_if) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
This commit is contained in:
		
							parent
							
								
									99b8c83a77
								
							
						
					
					
						commit
						c6e8ac0405
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1318,7 +1318,8 @@ static int atk_probe_if(struct atk_data *data) | ||||||
| 	 */ | 	 */ | ||||||
| 	if (new_if) | 	if (new_if) | ||||||
| 		dev_info(dev, "Overriding interface detection\n"); | 		dev_info(dev, "Overriding interface detection\n"); | ||||||
| 	if (data->rtmp_handle && data->rvlt_handle && data->rfan_handle && !new_if) | 	if (data->rtmp_handle && | ||||||
|  | 			data->rvlt_handle && data->rfan_handle && !new_if) | ||||||
| 		data->old_interface = true; | 		data->old_interface = true; | ||||||
| 	else if (data->enumerate_handle && data->read_handle && | 	else if (data->enumerate_handle && data->read_handle && | ||||||
| 			data->write_handle) | 			data->write_handle) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Frans Meulenbroeks
						Frans Meulenbroeks