]> asedeno.scripts.mit.edu Git - linux.git/commit
habanalabs: never fail hard reset of device
authorOded Gabbay <oded.gabbay@gmail.com>
Sun, 17 Mar 2019 07:12:29 +0000 (09:12 +0200)
committerOded Gabbay <oded.gabbay@gmail.com>
Sun, 17 Mar 2019 07:12:29 +0000 (09:12 +0200)
commit0878a42086e0a6228f804655bb544147a531bb57
tree2ba6cbab552724e9dec2f3f7b25fac1da312861b
parentd9973871dae1805678ac905318a5d4cecceb6524
habanalabs: never fail hard reset of device

Hard-reset of our device should never fail, due to dangers of permanent
damage to the H/W.

This patch removes the last place in the reset path where the driver might
exit before doing the actual reset.

Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
drivers/misc/habanalabs/device.c