Skip to content

Commit

Permalink
fuck you semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Nov 23, 2023
1 parent 7714634 commit 7404b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallium/drivers/freedreno/freedreno_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ kgsl_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param,
if (fd_device_version(dev) >= FD_VERSION_GMEM_BASE) {
kgsl_pipe_get_param(screen->pipe, FD_GMEM_BASE, &screen->gmem_base);
}
printf("setting max freq")
printf("setting max freq");
screen->max_freq = 0;
printf("piping dev id");
screen->dev_id = fd_pipe_dev_id(screen->pipe);
Expand Down

0 comments on commit 7404b91

Please sign in to comment.