Commit e280a8c6 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Greg Kroah-Hartman
Browse files

nvmem: remove a stray newline in nvmem_register()

parent 8b977c54
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -355,7 +355,6 @@ struct nvmem_device *nvmem_register(const struct nvmem_config *config)
	if (IS_ERR(nvmem->wp_gpio))
		return ERR_CAST(nvmem->wp_gpio);


	kref_init(&nvmem->refcnt);
	INIT_LIST_HEAD(&nvmem->cells);