[PATCH v2 1/2] usb: chipidea: cosmetic clean up on pci id list

2013-10-01 Thread David Cohen
In order to fill a struct with zeroes just the first element needs to be set to 0, the rest can me omitted. This looks cleaner when reading the code. This patch does such clean up change on last item of pci id list. Signed-off-by: David Cohen --- drivers/usb/chipidea/ci_hdrc_pci.c | 2 +- 1

[PATCH v2 1/2] usb: chipidea: cosmetic clean up on pci id list

2013-10-01 Thread David Cohen
In order to fill a struct with zeroes just the first element needs to be set to 0, the rest can me omitted. This looks cleaner when reading the code. This patch does such clean up change on last item of pci id list. Signed-off-by: David Cohen david.a.co...@linux.intel.com ---