xhci: move the common code to a function to get max ports and port array
authorhuajun li <huajun.li.lee@gmail.com>
Tue, 3 May 2011 13:11:00 +0000 (21:11 +0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Thu, 12 May 2011 19:54:22 +0000 (12:54 -0700)
There are several functions using same code to get max ports and port array,
this patch moves the common code to a function in order to reuse them easily.

Signed-off-by: Huajun Li <huajun.li.lee@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>

No differences found