Changeset 772 for GPL/trunk/lib32/regmap.c
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/lib32/regmap.c
r679 r772 652 652 return ret; 653 653 654 regmap_debugfs_exit(map); 654 655 regmap_debugfs_init(map); 655 656 … … 1731 1732 /* If the write goes beyond the end of the window split it */ 1732 1733 while (val_num > win_residue) { 1733 dev_dbg(map->dev, "Writing window %d/% zu\n",1734 dev_dbg(map->dev, "Writing window %d/%lu\n", 1734 1735 win_residue, val_len / map->format.val_bytes); 1735 1736 ret = _regmap_raw_write_impl(map, reg, val,
Note:
See TracChangeset
for help on using the changeset viewer.