Searched refs:buf_copy (Results 1 – 1 of 1) sorted by relevance
327 char *buf_copy; in brport_store() local329 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()330 if (!buf_copy) { in brport_store()335 ret = brport_attr->store_raw(p, buf_copy); in brport_store()337 kfree(buf_copy); in brport_store()