Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dline-display.c167 char *new_msg; in linedisp_display() local
189 new_msg = kmemdup_nul(msg, count, GFP_KERNEL); in linedisp_display()
190 if (!new_msg) in linedisp_display()
195 linedisp->message = new_msg; in linedisp_display()