File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ static int sdw_drv_probe(struct device *dev)
123
123
/* init the dynamic sysfs attributes we need */
124
124
ret = sdw_slave_sysfs_dpn_init (slave );
125
125
if (ret < 0 )
126
- dev_warn (dev , "Slave sysfs init failed: %d\n" , ret );
126
+ dev_warn (dev , "failed to initialise sysfs: %d\n" , ret );
127
127
128
128
/*
129
129
* Check for valid clk_stop_timeout, use DisCo worst case value of
@@ -147,7 +147,7 @@ static int sdw_drv_probe(struct device *dev)
147
147
if (drv -> ops && drv -> ops -> update_status ) {
148
148
ret = drv -> ops -> update_status (slave , slave -> status );
149
149
if (ret < 0 )
150
- dev_warn (dev , "%s: update_status failed with status %d\n" , __func__ , ret );
150
+ dev_warn (dev , "failed to update status at probe: %d\n" , ret );
151
151
}
152
152
153
153
mutex_unlock (& slave -> sdw_dev_lock );
You can’t perform that action at this time.
0 commit comments