[bug report] staging/atomisp: Add support for the Intel IPU v2

Alan Cox alan at linux.intel.com
Thu Mar 16 17:57:24 UTC 2017


>    457                  if (ret)
>    458                          return ret;
> 				^^^^^^^^^^
> We're returning directly with the lock held.  We should either unlock
> before returning or do a goto out but I'm not sure which.


unlock and return (although clearly this path never happens in the real
world since that bug is in lots of product 8)).

Added to my queue.

Alan



More information about the devel mailing list