aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorGuenter Roeck <[email protected]>2023-06-29 01:30:47 -0700
committerJens Axboe <[email protected]>2023-06-29 08:09:31 -0600
commita587b046ce921cc1805de6f0f000209b3644cadd (patch)
treeee82f380874f561b6949af93502b6fe67b9fd123 /tools/perf/util/scripting-engines/trace-event-python.c
parent9408d8a37e6cce8803681ab816383450a056c3a9 (diff)
cdrom/gdrom: Fix build error
Commit 7ae24fcee992 ("cdrom: remove the unused mode argument to cdrom_release") was supposed to remove an unused argument from cdrom_release(). but instead removed a used argument from cdrom_open(). This results in the following build error. drivers/cdrom/gdrom.c: In function 'gdrom_bdops_open': drivers/cdrom/gdrom.c:484:15: error: too few arguments to function 'cdrom_open' drivers/cdrom/gdrom.c: In function 'gdrom_bdops_release': drivers/cdrom/gdrom.c:492:35: error: 'mode' undeclared Fix it up. Fixes: 7ae24fcee992 ("cdrom: remove the unused mode argument to cdrom_release") Cc: Christoph Hellwig <[email protected]> Cc: Phillip Potter <[email protected]> Cc: Hannes Reinecke <[email protected]> Cc: Christian Brauner <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions