• Federico Vaga's avatar
    wr-nic-gpio: do not check on gpiochip_remove · 2b85fda2
    Federico Vaga authored
    Since kernel 3.18 the gpiochip_remove function return void and not an
    error code as before. In case the gpiochip is removed while there is a
    requested gpio, the kernel will print an error message.
    
    By applying this patch without any control on the kernel version we are
    going to loose the error message in case of trouble with old kernels
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    2b85fda2
Name
Last commit
Last update
..
hw Loading commit data...
wbgen-regs Loading commit data...
wr_nic Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
loader-ll.c Loading commit data...
loader-ll.h Loading commit data...
spec-fmc.c Loading commit data...
spec-gpio-no.c Loading commit data...
spec-gpio.c Loading commit data...
spec-i2c.c Loading commit data...
spec-nic.h Loading commit data...
spec-pci.c Loading commit data...
spec-vic.c Loading commit data...
spec.h Loading commit data...
wr-dio.h Loading commit data...
wr-nic-core.c Loading commit data...
wr-nic-dio.c Loading commit data...
wr-nic-eth.c Loading commit data...
wr-nic-gpio.c Loading commit data...