Commit 1e07de8
committed
qat: handle service parsing via debugfs
The QAT out-of-tree driver does not provide sysfs based cfg_services
interface to read (and write) services configurations so QAT debugfs
is used as the fallback.
bad65eb changed how the services string is parsed and trimmed but
missed the debugfs path. Because of this, the resource registration errors
due so invalid resource names (e.g., "sym;dc", which should be "sym-dc").
Fix by handling the debugfs path the same way as the cfg_services sysfs
path.
Signed-off-by: Mikko Ylinen <[email protected]>1 parent e156284 commit 1e07de8
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
341 | 346 | | |
342 | 347 | | |
343 | 348 | | |
| |||
353 | 358 | | |
354 | 359 | | |
355 | 360 | | |
356 | | - | |
| 361 | + | |
357 | 362 | | |
358 | 363 | | |
359 | 364 | | |
| |||
370 | 375 | | |
371 | 376 | | |
372 | 377 | | |
373 | | - | |
| 378 | + | |
374 | 379 | | |
375 | 380 | | |
376 | 381 | | |
| |||
0 commit comments