Searched refs:buf_copy (Results 1 – 1 of 1) sorted by relevance
320 char *buf_copy; in brport_store() local322 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()