mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	change to unsigned because of possible wrong range
This commit is contained in:
		| @@ -4720,7 +4720,7 @@ static ssize_t bpsnr_show(struct device *device, | ||||
| 			 struct device_attribute *attr, char *buf) | ||||
| { | ||||
| 	struct ddb *dev = dev_get_drvdata(device); | ||||
| 	char snr[32]; | ||||
| 	unsigned char snr[32]; | ||||
|  | ||||
| 	if (!dev->i2c_num) | ||||
| 		return 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user