Home
last modified time | relevance | path

Searched refs:buf_copy (Results 1 – 1 of 1) sorted by relevance

/net/bridge/
Dbr_sysfs_if.c320 char *buf_copy; in brport_store() local
322 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()
323 if (!buf_copy) { in brport_store()
328 ret = brport_attr->store_raw(p, buf_copy); in brport_store()
330 kfree(buf_copy); in brport_store()