From: Takashi Iwai Date: Tue, 29 Oct 2013 14:15:20 +0000 (+0100) Subject: ALSA: pcsp: Fix initialization with nopcm=1 X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75415df8ffbac2ace9463ceffb3f21299af2548a;p=pandora-kernel.git ALSA: pcsp: Fix initialization with nopcm=1 When nopcm=1 is set, some initializations based on hrtimer resolution might be bogus because the driver checks the resolution only when nopcm=0. Simply get the resolution always at first for fixing the bug. Spotted by coverity CID 139740. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed