am 38caff23: Merge "SurfaceFlinger: Fix a typo." into honeycomb-mr1
* commit '38caff230d1ee52701cc8cffde0309b91c2016d6': SurfaceFlinger: Fix a typo.
This commit is contained in:
commit
560fe009e5
@ -809,7 +809,7 @@ status_t Layer::ClientRef::setToken(const sp<UserClient>& uc,
|
||||
|
||||
{ // scope for strong mUserClient reference
|
||||
sp<UserClient> userClient(mUserClient.promote());
|
||||
if (mUserClient != 0 && mControlBlock != 0) {
|
||||
if (userClient != 0 && mControlBlock != 0) {
|
||||
mControlBlock->setStatus(NO_INIT);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user