From: Vladimir Kondratiev Date: Tue, 23 Dec 2014 07:47:08 +0000 (+0200) Subject: wil6210: improve debugfs for VRING X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~130^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995cdd0ebd064156247c983c14e8e7aef23785c8;p=pandora-kernel.git wil6210: improve debugfs for VRING When printing VRING on debugfs (file "vrings"), software head & tail indexes were printed in decimal format while hardware tail in hexadecimal only. It is not comfortable to compare indexes in different formats; on the other hand, hexadecimal output useful to see hardware glitches. To serve all purposes, print hardware tail in both decimal and hexadecimal formats. Signed-off-by: Vladimir Kondratiev Signed-off-by: Kalle Valo --- Reading git-diff-tree failed