commit | 2deb96b5d4bb20a33bfaf80e30f38f3433653054 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Feb 18 10:34:52 2015 +0700 |
committer | Johan Hovold <johan@kernel.org> | Thu Feb 26 17:12:46 2015 +0100 |
tree | d02b859829f986671780463141d4d227f991fbf3 | |
parent | ca4383a3947a83286bc9b9c598a1f55e867871d7 [diff] |
USB: serial: fix port attribute-creation race Fix attribute-creation race with userspace by using the port device groups field to create the port attributes. Also use %u when printing the port number, which is unsigned, even though we do not currently support more than 128 ports per device. Reported-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Johan Hovold <johan@kernel.org> Acked-by: Greg Kroah-Hartman <greg@kroah.com>