mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
Merge branch 'kbuild-6.19.fms.extension'
Bring in the shared branch with the kbuild tree to enable '-fms-extensions' for 6.19. Further namespace cleanup work requires this extension. Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
@@ -3070,7 +3070,7 @@ static int __init tk_aux_sysfs_init(void)
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
for (int i = 0; i <= MAX_AUX_CLOCKS; i++) {
|
||||
for (int i = 0; i < MAX_AUX_CLOCKS; i++) {
|
||||
char id[2] = { [0] = '0' + i, };
|
||||
struct kobject *clk = kobject_create_and_add(id, auxo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user