android: fiq_debugger: fix cut-off help message
authorColin Cross <ccross@android.com>
Wed, 22 Apr 2015 21:38:42 +0000 (14:38 -0700)
committerGreg Hackmann <ghackmann@google.com>
Mon, 4 May 2015 21:22:34 +0000 (21:22 +0000)
commit98fc0d41be3806ec5ffa160692a39e90b76898f0
tree392e3f9b476d971dd9480c82fc1811bacf330ae5
parenteaa478ab44cd84a788dee5f77ef3171ce83d04cf
android: fiq_debugger: fix cut-off help message

fiq_debugger_printf has a 256 byte limit, which was causing the help
lines for "kmsg" and "version" to be dropped.  Split the long string
into two calls.

Change-Id: I55f9f030247cc16d13ae6236736311a5ef0c7aa0
Signed-off-by: Colin Cross <ccross@android.com>
drivers/staging/android/fiq_debugger/fiq_debugger.c