mbox series

[0/3] nvmem: trivial fixes / cleanups

Message ID 1504525276-11507-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series nvmem: trivial fixes / cleanups | expand

Message

Masahiro Yamada Sept. 4, 2017, 11:41 a.m. UTC
Masahiro Yamada (3):
  nvmem: add missing of_node_put() in of_nvmem_cell_get()
  nvmem: remove inline in drivers/nvmem/core.c
  nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional

 drivers/nvmem/core.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.7.4

Comments

Srinivas Kandagatla Sept. 5, 2017, 10:52 a.m. UTC | #1
On 04/09/17 12:41, Masahiro Yamada wrote:
> Masahiro Yamada (3):

>    nvmem: add missing of_node_put() in of_nvmem_cell_get()

>    nvmem: remove inline in drivers/nvmem/core.c

>    nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional

> 

>   drivers/nvmem/core.c | 12 ++++++------

>   1 file changed, 6 insertions(+), 6 deletions(-)

> 


Thanks for the fixes they all look good!

I will send them to Greg KH this week along with other patches.

--srini