From: Jeff Garzik Date: Sat, 21 Oct 2006 02:50:50 +0000 (-0700) Subject: [ATM] firestream: handle thrown error X-Git-Tag: v2.6.19-rc3~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663bab6fd097c18ae0c7a7fd1b4a44558b998cdb;p=pandora-kernel.git [ATM] firestream: handle thrown error gcc emits the following warning: drivers/atm/firestream.c: In function ‘fs_open’: drivers/atm/firestream.c:870: warning: ‘tmc0’ may be used uninitialized in this function This indicates a real bug. We should check make_rate() return value for potential errors. Signed-off-by: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed