finish radeon and USB card detect

This commit is contained in:
Markus Fröschle
2016-12-17 19:29:52 +00:00
parent 06f516c23e
commit e05e3cadb7
14 changed files with 394 additions and 510 deletions

View File

@@ -139,7 +139,7 @@ static unsigned char *radeon_do_probe_i2c_edid(struct radeon_i2c_chan *chan)
if (i2c_transfer(&chan->adapter, msgs, 2) == 2)
return buf;
else
err("i2c_transfer() failed\r\n");
dbg("i2c_transfer() failed\r\n");
driver_mem_free(buf);
return NULL;