libsigrok/hardware/asix-sigma
Marek Vasut 8bbf7627df asix-sigma: Weed out in-condition assignments
Remove all those if ((ret = foo(bar)) < 0) constructs from upload_firmware()
function. This is just a confusing programming practice, kill it. While at it,
replace all the uses of &devc->ftdic with plain ftdic , which is defined at
the begining.

Signed-off-by: Marek Vasut <marex@denx.de>
2014-04-30 09:45:50 -07:00
..
asix-sigma.c asix-sigma: Weed out in-condition assignments 2014-04-30 09:45:50 -07:00
asix-sigma.h Replace 'probe' with 'channel' in most places. 2014-03-25 20:58:54 +01:00