File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1276,13 +1276,13 @@ void nvmem_device_put(struct nvmem_device *nvmem)
1276
1276
EXPORT_SYMBOL_GPL (nvmem_device_put );
1277
1277
1278
1278
/**
1279
- * devm_nvmem_device_get() - Get nvmem cell of device form a given id
1279
+ * devm_nvmem_device_get() - Get nvmem device of device form a given id
1280
1280
*
1281
1281
* @dev: Device that requests the nvmem device.
1282
1282
* @id: name id for the requested nvmem device.
1283
1283
*
1284
- * Return: ERR_PTR() on error or a valid pointer to a struct nvmem_cell
1285
- * on success. The nvmem_cell will be freed by the automatically once the
1284
+ * Return: ERR_PTR() on error or a valid pointer to a struct nvmem_device
1285
+ * on success. The nvmem_device will be freed by the automatically once the
1286
1286
* device is freed.
1287
1287
*/
1288
1288
struct nvmem_device * devm_nvmem_device_get (struct device * dev , const char * id )
You can’t perform that action at this time.
0 commit comments