Re: [Xen-devel] [PATCH] bind_usbintf: do not reuse 'path'

2016-04-07 Thread Chun Yan Liu
>>> On 4/8/2016 at 12:52 AM, in message <22278.36941.470901.631...@mariner.uk.xensource.com>, Ian Jackson wrote: > Chunyan Liu writes ("[PATCH] bind_usbintf: do not reuse 'path'"): > > To avoid confusion, add a new variable "intf_path" to indicate > > driver/interface path, let "path" indicat

Re: [Xen-devel] [PATCH] bind_usbintf: do not reuse 'path'

2016-04-07 Thread Ian Jackson
Chunyan Liu writes ("[PATCH] bind_usbintf: do not reuse 'path'"): > To avoid confusion, add a new variable "intf_path" to indicate > driver/interface path, let "path" indicate driver/bind path only. I think it would be better to rename both variables, as I suggested in my mail yesterday. That mak

[Xen-devel] [PATCH] bind_usbintf: do not reuse 'path'

2016-04-07 Thread Chunyan Liu
To avoid confusion, add a new variable "intf_path" to indicate driver/interface path, let "path" indicate driver/bind path only. CID: 1358111 Signed-off-by: Chunyan Liu CC: Simon Cao CC: George Dunlap CC: Ian Jackson --- tools/libxl/libxl_pvusb.c | 6 +++--- 1 file changed, 3 insertions(+),