From: Anton Vorontsov Date: Sat, 8 Nov 2008 17:51:48 +0000 (+0300) Subject: USB: fsl_qe_udc: Check for muram allocation errors X-Git-Tag: v2.6.29-rc1~182^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd40c4c45eaedc289d2e1cc33b18a49a211f0f82;p=pandora-kernel.git USB: fsl_qe_udc: Check for muram allocation errors The QE UDC doesn't check for cpm_muram_alloc() return values, this might cause all sorts of misbehaviour when cpm_muram_alloc() failed to allocate the muram memory. While at at, change few dev_dbg() calls to dev_err(), so that the driver would not die silently. Signed-off-by: Anton Vorontsov Cc: David Brownell Cc: Kumar Gala Cc: Li Yang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed