mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
nfc_llc_register() calls pass a string literal as the 'name' parameter. So kstrdup_const() can be used instead of kfree() to avoid a memory allocation in such cases. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Paolo Abeni <pabeni@redhat.com> |
||
|---|---|---|
| .. | ||
| command.c | ||
| core.c | ||
| hci.h | ||
| hcp.c | ||
| Kconfig | ||
| llc_nop.c | ||
| llc_shdlc.c | ||
| llc.c | ||
| llc.h | ||
| Makefile | ||