TX timeout must also be cancelled on a TX error. TX timeout should check if we are waiting for a TXto complete. TX timeout was too short (short than the maximum number of retries).

This commit is contained in:
Gregory Nutt
2017-08-06 16:56:02 -06:00
parent bbf1ad4ea6
commit e57a5755cc
3 changed files with 50 additions and 35 deletions
+3 -3
View File
@@ -38,9 +38,9 @@ ifneq ($(CONFIG_DISABLE_MOUNTPOINT),y)
# Include BCH driver
CSRCS += bchlib_setup.c bchlib_teardown.c bchlib_read.c bchlib_write.c \
bchlib_cache.c bchlib_sem.c bchdev_register.c bchdev_unregister.c \
bchdev_driver.c
CSRCS += bchlib_setup.c bchlib_teardown.c bchlib_read.c bchlib_write.c
CSRCS += bchlib_cache.c bchlib_sem.c bchdev_register.c bchdev_unregister.c
CSRCS += bchdev_driver.c
# Include BCH driver build support