sm8250-common: Fix invalid usage of log utility

Fix derp in 1116fa8b1fcc9513d91f174300496c673b09f5eb

Change-Id: I7a4d5291a11d823f0cef024b136cfc703fa64fc0
This commit is contained in:
dianlujitao 2022-02-18 23:06:04 +08:00 committed by SGCMarkus
parent 2e99e32574
commit 99a387cf03
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ debug()
notice()
{
echo "$*"
log -t "$scriptname" -i "$*"
log -t "$scriptname" -p i "$*"
}
error_and_leave()

View File

@ -56,7 +56,7 @@ debug()
notice()
{
echo "$*"
log -t "$scriptname" -i "$*"
log -t "$scriptname" -p i "$*"
}
sanity_check()

View File

@ -181,7 +181,7 @@ debug()
notice()
{
echo "$*"
log -t "$scriptname" -i "$*"
log -t "$scriptname" -p i "$*"
}
add_device_params()