On Thu, 4 Apr 2013 14:38:41 +
"Hsieh, Che-Min" wrote:
> If a driver supports multiple instances of HW crypto engines, the order of
> the request completion from HW can be different from the order of requests
> submitted to different HW. The 2nd request sent out to the 2nd HW instance
> ma
On Fri, Apr 05, 2013 at 02:06:35PM +0200, Linus Walleij wrote:
> From: Linus Walleij
>
> Commit 4f31f5b19eb0418a847b989abc9ac22af1991fe2
> "PM / crypto / ux500: Use struct dev_pm_ops for power management"
> add a new line to the driver struct but missed to add a
> trailing comma, causing build er
From: Linus Walleij
Commit 4f31f5b19eb0418a847b989abc9ac22af1991fe2
"PM / crypto / ux500: Use struct dev_pm_ops for power management"
add a new line to the driver struct but missed to add a
trailing comma, causing build errors when crypto is
selected. This adds the missing comma.
This was not no