Staging:ft1000_debug.c:Renaming __FUNCTION__
__Function__ gets renamed with __func__ Signed-off-by: Paul McQuade <paulmcquad@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a713cd5941
commit
248b6a6756
|
@ -785,7 +785,7 @@ static int ft1000_release(struct inode *inode, struct file *file)
|
|||
|
||||
/* initialize application information */
|
||||
ft1000dev->appcnt--;
|
||||
DEBUG("ft1000_chdev:%s:appcnt = %d\n", __FUNCTION__, ft1000dev->appcnt);
|
||||
DEBUG("ft1000_chdev:%s:appcnt = %d\n", __func__, ft1000dev->appcnt);
|
||||
ft1000dev->app_info[i].fileobject = NULL;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue