mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
fwctl: Fix repeated device word in log message
Remove the repeated word "device" from a dev_warn() message. Link: https://patch.msgid.link/r/20250408223300.24561-1-shannon.nelson@amd.com Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
committed by
Jason Gunthorpe
parent
fd292c1f10
commit
c92ae5d4f5
@@ -105,7 +105,7 @@ static int fwctl_cmd_rpc(struct fwctl_ucmd *ucmd)
|
|||||||
if (!test_and_set_bit(0, &fwctl_tainted)) {
|
if (!test_and_set_bit(0, &fwctl_tainted)) {
|
||||||
dev_warn(
|
dev_warn(
|
||||||
&fwctl->dev,
|
&fwctl->dev,
|
||||||
"%s(%d): has requested full access to the physical device device",
|
"%s(%d): has requested full access to the physical device",
|
||||||
current->comm, task_pid_nr(current));
|
current->comm, task_pid_nr(current));
|
||||||
add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK);
|
add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user