gpu: nvgpu: remove "gk20a_channel_worker_process" prints

dbg_mask option that enables gpu_dbg_fn bit litters
uart with "gk20a_channel_worker_process" prints.

Change-Id: I0489db630cc94e909a871233744ec264627b4cea
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: http://git-master/r/1490979
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Seema Khowala
2017-05-26 22:49:12 -07:00
committed by mobile promotions
parent 68300d9c02
commit e8f4e52efe

View File

@@ -1747,7 +1747,6 @@ static bool __gk20a_channel_worker_pending(struct gk20a *g, int get)
*/
static void gk20a_channel_worker_process(struct gk20a *g, int *get)
{
gk20a_dbg_fn("");
while (__gk20a_channel_worker_pending(g, *get)) {
struct channel_gk20a *ch = NULL;