Re: [PATCH] omap16xx: Removes fixme no longer needed in ocpi_enable()

2014-07-08 Thread Tony Lindgren
* Nicholas Krause [140702 18:33]: > This removes the FIXME message above ocpi_enable being declared > for proper locking in this function. As of the current kernel > verisons there is no need for locking as only one driver uses > this function currently and therefore there is no need for real > lo

[PATCH] omap16xx: Removes fixme no longer needed in ocpi_enable()

2014-07-02 Thread Nicholas Krause
This removes the FIXME message above ocpi_enable being declared for proper locking in this function. As of the current kernel verisons there is no need for locking as only one driver uses this function currently and therefore there is no need for real locking requirements. Signed-off-by: Nicholas