
Spinlock recursion is occured as dp_rx_fisa_add_ft_entry() is returning without releasing the spinlock and from another CPU, same process is trying to acquire the spinlock. To fix this, if fisa is being bypassed, release spinlock before returning. Change-Id: I93a59a727683e1235b0ead96df5cd30f6c56d5a1 CRs-Fixed: 3257174