Stop-gap fix in xgi_submit_cmdlist
authorIan Romanick <idr@us.ibm.com>
Sat, 30 Jun 2007 04:05:16 +0000 (21:05 -0700)
committerIan Romanick <idr@us.ibm.com>
Sat, 30 Jun 2007 04:05:16 +0000 (21:05 -0700)
commit4c4780bc8e5bf01b2b920c6b8de4ddbd0256c81f
treefaf2859c613acd780827ef15ece0d903f0def339
parente206c4c59da0e81ed65796d543c311fc7e30b19a
Stop-gap fix in xgi_submit_cmdlist

Comment in the code explains it.  Basically, I put an if-statement
around a block of code to prevent a NULL pointer dereference that
should never happen in the first place.  Eventually, this will need to
come out.
linux-core/xgi_cmdlist.c